-
“Procedural” design software concept?
Just a concept: Is it a good idea to create a “procedural” type design software: every distinct glyph has a "construction workflow" so the data quntity a type designer have to maintain can …1 -
Re: Paramond — an extreme display serif
I saw you added anchors to some letters, why don't you add them to other Latin ones? ps. How about Greek?1 -
Re: Open-source OpenType serializer and builder, otfcc
Hmmm, yes, JSON is much simpler than XML, and integrating with other programs will be much easier. You can even use command line like this otfccdump from.ttf | whatever-program-manipulates-json | ot…1 -
Open-source OpenType serializer and builder, otfcc
My OpenType dumper and builder reaches its first public beta. Currently only TrueType-outlined font files are supported, while Clerk Ma is working on the CFF parser/builder. It can build a 24MB Chine…1 -
I am making an Open-source SFNT parser/generator in C, called otfcc.
Github: https://github.com/caryll/otfcc Currently the parsing part is almost complete, and it is much faster than `ttx`: it takes only 10 seconds to parse and json-ize a 26MB Chinese ttf while `ttx` …2